
/*RTE STYLES - MD-size responsive*/
@media screen and (max-width: 768px){
	.image-responsive--full img {
		width:100% !important;
	}
}

/*SM-size Mobile-responsive */
@media screen and (max-width: 576px){
	.RTE-responsive table tbody {
		vertical-align: baseline;
	}
}

/**umb_name:Paragraph title*/
h2 {
	font-family: Montserrat-Bold;
	font-size: 30px;
	color: #363636;
}

/**umb_name:Email styles*/
a {
	color:#5FB7CF;
	text-decoration:underline;
}
